home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TDIRINFODIALOG / TDIRINFODIALOG.txt
Text File  |  2008-11-03  |  473b  |  27 lines

  1. inherited DirInfoDialog: TDirInfoDialog
  2.   Left = 283
  3.   Top = 184
  4.   Caption = 'Folder Compare Info'
  5.   ClientHeight = 343
  6.   ClientWidth = 433
  7.   OnCreate = FormCreate
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object Image: TUiImage
  11.     Left = 16
  12.     Top = 16
  13.     Width = 32
  14.     Height = 32
  15.   end
  16.   object OkBtn: TUiButton
  17.     Left = 352
  18.     Top = 312
  19.     Cancel = True
  20.     Caption = 'OK'
  21.     Default = True
  22.     ModalResult = 1
  23.     TabOrder = 0
  24.     AutoSize = asRight
  25.   end
  26. end
  27.